home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0157-Bug in MacApp 2.0B9-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-23  |  825 b   |  33 lines  |  [TEXT/GEOL]

  1. Item    6014655                         23-Oct-89        12:15
  2.  
  3. From:   NOR0042                         NOD Data Nostra
  4.  
  5. To:     APPLE.BUGS                      Apple Bugs Reporting
  6.         MACAPP.TEST                     MacApp SQA Team
  7.  
  8. cc:     MACAPP.TECH$                    MACAPP Tech
  9.  
  10. Sub:    Bug in MacApp 2.0B9
  11.  
  12. There seems to be a bug in MacApp 2.0B9.  MABuilding with the options "-NoDebug
  13. -Perform" produces a compiler error in the implementation part of
  14. TApplication.GetEvent.  The lines:
  15.  
  16.                 {$IFC qDebug}
  17.                 oldSetting:         BOOLEAN;
  18.                 {$ENDC}
  19.  
  20. might better be replaced by:
  21.  
  22.                 {$IFC qPerform}
  23.                 oldSetting:         BOOLEAN;
  24.                 {$ENDC}
  25.  
  26. By the way, where do I find documentation on using the performance tool with
  27. MacApp?
  28.  
  29.     Sigmund Tveit
  30.     Data Nostra A/S
  31.  
  32.  
  33.